home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / programr / except / makefile. < prev    next >
Makefile  |  1993-03-03  |  125b  |  11 lines

  1. !include <ntwin32.mak>
  2.  
  3. all: b4dmsg.dll main.exe 
  4.  
  5. b4dmsg.dll:
  6.     nmake -f b4dmsg.mak
  7.  
  8. main.exe:
  9.     nmake -f main.mak
  10.  
  11.